home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1999 August / PCpro_1999_08.ISO / compusrv / Data / Win95 / CS2000.exe / CS2000.dxr / 00016_RollOver GerButton.ls < prev    next >
Encoding:
Text File  |  1999-05-12  |  136 b   |  9 lines

  1. on mouseDown
  2.   set the member of sprite 5 to "gerbttn_d"
  3. end
  4.  
  5. on mouseUp
  6.   set the member of sprite 5 to "gerbttn_u"
  7.   go("SetupD")
  8. end
  9.